input[name="FindButton"] {
  padding: 4px 15px;
  border: 1px solid #ccc;
}

.inputAddOn:focus-within {
  border-color: #ff9c00;
}

/* top start */
.topHeader {
  background-color: #ffffff;
}

#top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 15px;
}

.datetime {
  line-height: 38px;
}

.inputAddOn {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 15px;
  background-color: #f0f7fb;
}

.inputAddOn input {
  height: 30px;
  border: none;
  outline: none;
  background-color: #f0f7fb;
}

.inputAddOn-item {
  padding: 0 10px;
}

.inputAddOn-item i {
  font-size: 20px;
  cursor: pointer;
}

/* top end */

/* header top start */
.headerTop-jgyln {
  background-image: url(../images_/banner3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.headerTop-jgyln img {
  margin: 20px 0 80px 40px;
  max-width: 100%;
  max-height: 128px;
}

.layui-breadcrumb a:hover {
  color: #004ea2 !important;
}

/* header top end */

/* slider news start */
.slider-news {
  margin-top: 10px;
  margin-bottom: 20px;
}

img.carousel-img {
  height: 280px;
  object-fit: cover;
}

.news-tgl {
  /*color: #70161e;*/
  color: #23408d;
  font-weight: 600;
}

.news-list {
  padding: 20px;
  min-height: 280px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-list li {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.news-list li:hover,
.news-list a:hover,
.index-newsitem a:hover,
.tabcontent a:hover,
.listNews-item a:hover {
  color: #004ea2;
}

.news-list li:last-child {
  margin-bottom: 0;
}

.news-list>a {
  text-align: right;
}

ul li {
  text-align: justify;
}

.layui-tab-card {
  box-shadow: none;
  border-color: #cce7f4;
}




/* slider news end */

/* main section start */

.main-box {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.first-newspart,
.second-newspart,
.third-newspart {
  display: flex;
  padding-bottom: 20px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 46px;
}

.section-header h3 {
  font-size: 25px;
  font-weight: 700;
  border-bottom: 3px solid #006bca;
  height: 47px;
}

.section-header h3 i {
  font-size: 25px;
  margin-right: 10px;
}

.section-imgn {
  background-color: #eaf3fa;
  margin-top: 15px;
}

.fnews-img {
  width: 100%;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f0f0f0;
}

.fnews-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease-in-out;
}

.fnews-img img:hover {
  transform: scale(1.2);
}

.section-imgn h5,
.section-imgn span {
  font-weight: bolder;
  margin: 10px;
}

.section-imgn span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #23408d;
}

.science-nlist {
  height: 100%;
  margin: 15px 0;
  padding-left: 15px;
}

.science-nlist ul {
  height: 100%;
}

.science-nlist li {
  margin-bottom: 11px;
}

.science-nlist li:hover {
  color: #004ea2;
}

.science-nlist li:last-child {
  margin-bottom: 0;
}

.info,
.research {
  padding-left: 15px;
}

.info .tabtitle {
  height: 46px;
}

.info .rightime {
  color: rgb(0, 111, 255);
}

.tabtitle li {
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  font-weight: 900;

}

.info .tabtitle,
.research .tabtitle {
  background-color: #f0f7fb;
}

.layui-tab {
  margin: 0;
}

.tabcard {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.tabcard .tabtitle .layui-this {
  color: #ffffff;
  background-color: #23408d;
}

.layui-tab .layui-tab-title {
  height: 46px;
}

.tabtitle {
  height: 47px;
}

.layui-tab-title .layui-this:after {
  border: none;
}

.layui-tab .layui-tab-title li {
  line-height: 47px;
}

.tabmore {
  position: absolute;
  top: 15px;
  right: 17px;
  color: #4668c1;
  cursor: pointer;
  display: none;
}

.tabshow {
  display: block;
}

.tabcontent {
  height: 100%;
  padding: 15px 10px;
}

.tabcontent li {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.meettingList .meettingLi {
  align-items: center;
  border-bottom: 1px solid #e0eff7;
  display: flex;
  padding: 11px 0;
}

.meettingList .meettingLi:last-child {
  border: none;
}

.meettingTime {
  background-color: #ffffff;
  height: 52px;
  margin-right: 16px;
  text-align: center;
  width: 57px;
  border: 1px solid #eeeeee;
}

.meettingTime h1 {
  font-size: 14px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  color: #ff9c00;
}

.meettingTime p {
  background-color: #23408d;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  width: 57px;
}

.meettingTitle,
.meettingTitle h1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.meettingTitle h1 {
  font-size: 14px;
}

.main-box>div,
.main-box article {
  height: 100%;
}

/* main section end */

/* sidebar start */
.sidebar {
  padding-right: 18px;
}

.sideTitle {
  padding: 20px;
  font-size: 2rem;
  color: #ffffff;
  background-image: url(../images_/sidebar_bg3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.sideNavList li {
  background-color: #d8e3f0;
  border-bottom: 1px solid #ffffff;
}

.sideNavList .sideNavList-active {
  background-color: #bccee3;
  color: #023e80;
}

.sideNavList a:hover {
  background-color: #bccee3;
  color: #023e80;
}

.sideNavList li:last-child {
  border: none;
}

.sideNavList li i {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.8rem;
  font-weight: 600;
}

.sideNavList li a {
  display: block;
  padding: 14px 12px 14px 26px;
  font-size: 1.1rem;
}

/* sidebar end */

/* article content start */
.article-box,
.listNews-box {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  padding-left: 15px;
  padding-right: 15px;
}

.article-title,
.listNews-title {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.8rem;
  background-image: url(../images_/title-1.jpg);
  background-position: 0 100%;
  background-repeat: repeat-x;
  height: 61px;
  line-height: 60px;
  margin-bottom: 10px;
}

.article-title h3,
.listNews-title h3 {
  border-bottom: 3px solid #ff9c00;
  font-weight: 600;
}

.article-content,
.listNews-content {
  /* margin-top: 20px; */
  overflow: hidden;
  text-align: justify;
}

.article-content p {
  margin-bottom: 9pt;
  text-indent: 24pt !important;
  font-size: 15px !important;
  line-height: 180% !important;
  text-align: justify;
}

.article-content p strong {
  color: #023e80;
}


.article-content img {
  max-width: 604px;
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#listNews-content table td {
  text-align: center;
  vertical-align: middle;
}

.index-newsitem,
.listNews-item {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.listNews-item {
  margin-top: 15px;
}

.listNews-item a:hover::after {
  width: 100%;
}

.index-newsitem a,
.listNews-item a {
  max-width: 80%;
  text-align: justify;
}

/* article content end */

/* topic start */

.topic {
  padding-top: 40px;
  padding-bottom: 40px;
}

.topic-body {
  display: flex;
  /* 使用 Flexbox 布局 */
  flex-wrap: wrap;
  /* 图片换行 */
  justify-content: space-around;
  /* 图片之间均匀分布 */
  margin: 20px 0;
}

.topic-body li {
  height: 80px;
  /* 设置固定高度，所有图片等高 */
  overflow: hidden;
  /* 超出部分隐藏 */
  position: relative;
}

.topic-body li a,
.topic-body li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* topic end */

/* article-container start */
.article-container {
  box-sizing: border-box;
  padding: 20px;
  border-top: 3px solid #0275d8;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.article-container .articleTitle {
  padding: 15px 0 10px 0;
  margin-bottom: 10px;
  font-weight: 600;
  color: #00409a;
}

.articleTitle,
.articleTime {
  text-align: center;
}

.article-container .articleContent p {
  text-indent: 24pt !important;
  font-size: 15px !important;
  line-height: 180% !important;
}

.articleContent p>img {
  display: block;
  margin: 0 auto;
  max-width: 604px;
  width: 80%;
  height: auto;
}

/* article-container end */

/* memeber box start  */
.memeberBox legend {
  font-size: 1.4rem;
  font-weight: 600;
}

.memeberBox a {
  display: flex;
  justify-content: center;
}

.memeberList ul {
  display: grid;
  grid-auto-columns: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.8rem;
  justify-content: center;
  line-height: 100%;
}

.vipmemeberList ul {
  display: grid;
  grid-auto-columns: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.8rem;
  text-align: center;
}

.vmBox {
  max-width: 110px;
  text-align: center;
}

.vmBox img {
  max-width: 100%;
  height: 140px;
  margin-bottom: 7px;
}

.vmBox .leader_nm {
  color: #00409a;
  font-weight: 600;
}

.vmBox .leader_zw {
  color: #999;
}

.mbHeader {
  text-align: center;
}

/* memeber box end  */

/* leaders start */
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.leader {
  text-align: center;
  padding: 40px 10px;
}

.leader img {
  max-width: 120px;
  height: auto;
}

.leader p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-indent: 0 !important;
}

/* leaders end */


/* ----------- team start ----------- */
#team-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  padding: 2rem;
}

#team-list .iteam,
#research-list .item {
  border-bottom: 1px solid #cacaca;
}

#team-list .iteam div {
  padding-bottom: 2rem;
}

#team-list a {
  position: relative;
}

#team-list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fd5f0d;
  transition: .3s;
  z-index: 1;
}

#team-list a:hover::after {
  width: 100%;
}

#team-list a img {
  max-width: 100%;
}

#team-list a h4 {
  margin-top: .5rem;
}

/* ----------- team end ----------- */
/* table start */
#laytb .firstRow {
  font-weight: 600;
}

#laytb tbody tr:hover {
  background-color: #bccee3;
}

/* table end */


/* footer section start */
.footer {
  background-color: #023e80;
  /* height: 128px; */
  padding: 20px 0 30px 0;
  position: relative;
}

.footerContent {
  display: flex;
  align-items: center;
}

.slxyLogo {
  /* display: flex;
  align-items: center; */
  border-right: 1px solid #ffffff;
  padding-right: 23px;
}

.slxyLogo a {}

.slxyLogo img {
  height: 54px;
}

.copyrightInfo {
  padding-left: 23px;
  color: #cfe3f5;
  font-size: 0.9rem;
}

.copyrightInfo p {
  margin: 5px 0;
}

/* footer section end */

/* media query */

@media (max-width: 1400px) {

  .index-newsitem a,
  .listNews-item a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (max-width: 992px) {
  .wrap {
    display: inherit;
  }

  .headerTop-jgyln {
    text-align: center;
  }

  .headerTop-jgyln img {
    max-height: 75px;
    margin: 10px auto 70px auto;
  }

  .first-newspart,
  .second-newspart,
  .third-newspart {
    display: inherit;
  }

  .first-newspart::after,
  .second-newspart::after {
    content: "";
    display: block;
    clear: both;
  }

  .info,
  .research {
    padding-left: 0;
    padding-right: 0;
  }

  /* .topic-body li {
    max-width: 49%;
  } */

  .sidebar {
    padding-right: 0;
  }

  .memeberList ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .vipmemeberList ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footerContent {
    display: inherit;
  }

  .slxyLogo {
    border: none;
    padding-right: 0;
  }

  .copyrightInfo {
    padding-left: 0;
  }

  .slxyLogo,
  .copyrightInfo {
    text-align: center;
  }

  .slxyLogo a,
  .copyrightInfo {
    padding-right: 0;
  }

  .copyrightInfo {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 0;
  }

  .vipmemeberList ul {
    grid-template-columns: 1fr 1fr;
  }
}